QUESTION OF THE WEEK
“
Can I already see what's actively being developed into the next version of Swift?
It turns out you can!
Swift is open-sourced and that allows you to follow what's coming up next. At this moment, there's a release/6.2 branch in which new changes are actively pushed.
It's active development, so there's no guarantee it's in a state of release at anytime. However, if you follow the weekly proposals updates shared in this newsletter, you should have a good idea of what's coming up next.
If you like, you can even checkout the repository locally, create a one-off toolchain, and use it in Xcode accordingly. This is a way to try out new features before they go live. This process is well-documented with a starting point in the repository's readme.
In fact, it's what I've been doing for this week's code snippet and for my Swift Concurrency Course. I need to know what's coming up next to prevent writing content that's outdated before it even reaches your inbox. This also shows my goal for you—I'll do the hard work to digest all changes and boil it down into this newsletter's content so you stay current without spending much time. Enjoy!